home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / misc / FD2Pragma.lha / FD2Pragma.readme < prev   
Text File  |  1997-12-06  |  2KB  |  49 lines

  1. Short:    V2.42 creates pragma, lvo and stub files
  2. Author:   stoecker@rcs.urz.tu-dresden.de (Dirk Stoecker)
  3. Uploader: stoecker@rcs.urz.tu-dresden.de (Dirk Stoecker)
  4. Type:     dev/misc
  5. Version:  2.42
  6.  
  7. This is a utility to create:
  8.   - following pragma statements for certain C compilers: amicall, libcall,
  9.     tagcall and syscall
  10.   - proto files for C compilers
  11.   - offset (LVO) files for assembler programs
  12.   - stub functions for either tag-functions or all library functions
  13.   - stub functions as assembler text
  14.   - stub functions as useable link library file
  15.   - FD files out of pragma files
  16.   - stubs for C++ compilers (SPECIAL 11, 12 and CLIB)
  17.   - the files with your own headers inserted
  18.   - files for using local pointers for shared library bases in compilers
  19.     which do not support this normally
  20.   - stub functions for Pascal compilers
  21.  
  22. Therefor only the FD file telling the library informations is needed. For
  23. SPECIAL options 10-14 you may additionally supply the CLIB keyword giving
  24. FD2Pragma the prototypes file in clib directory.
  25.  
  26. Special option 50 does the reverse to normal: convert pragma to FD!
  27.  
  28. The command template you get with FD2Pragma ? .
  29.  
  30. Calling the program seems to be (is) very difficult, but it offers you a
  31. large set of functions. A lot of options need a lot of abilities to turn
  32. them on/off!
  33.   
  34. This program is in the public domain. Use it as you want, but WITHOUT ANY
  35. WARRANTY!
  36.  
  37. Please contact me:
  38.  
  39. ****************************************************************************
  40. * snail-mail:                  * e-mail:                                   *
  41. *   Dirk Stoecker              *   stoecker@rcs.urz.tu-dresden.de          *
  42. *   Geschwister-Scholl-Str. 10 *   stoecker@amigaworld.com                 *
  43. *   01877 Bischofswerda        * world wide web:                           *
  44. *   GERMANY                    *   http://home.pages.de/~Gremlin/          *
  45. * phone:                       * pgp key:                                  *
  46. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages       *
  47. ****************************************************************************
  48.  
  49.